home *** CD-ROM | disk | FTP | other *** search
/ Spider-Man Cardz / Spider-Man CD Cardz Harry Osborn.bin / pc / lingo.ini < prev    next >
Text File  |  2002-03-13  |  273b  |  11 lines

  1. on startup 
  2.  
  3. set the soundkeepdevice to 0  
  4.  
  5. -- Added to look for files in the "assets" subdirectory  
  6. global tbsearchpath  
  7. set tbsearchpath=[]  
  8. append(tbsearchpath, the applicationPath & "assets\")  
  9. append(the searchpaths, the applicationPath & "assets")  
  10.  
  11. end startup